From: Rico Tzschichholz Date: Sat, 6 Jan 2018 08:40:26 +0000 (+0100) Subject: iconview: Prevent ownership transfer of cell out-param in get_item_at_pos() X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~38^2~85 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=43433f3ccdccacba054b2ce63ab26490d3a781cf;p=gtk%2B3.0.git iconview: Prevent ownership transfer of cell out-param in get_item_at_pos() --- diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index 091c9a6bd2..4062bfd7db 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -4472,7 +4472,7 @@ gtk_icon_view_get_path_at_pos (GtkIconView *icon_view, * @x: The x position to be identified * @y: The y position to be identified * @path: (out) (allow-none): Return location for the path, or %NULL - * @cell: (out) (allow-none): Return location for the renderer + * @cell: (out) (allow-none) (transfer none): Return location for the renderer * responsible for the cell at (@x, @y), or %NULL * * Finds the path at the point (@x, @y), relative to bin_window coordinates.